home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / smfdoor / frmfind.frm (.txt) < prev    next >
Visual Basic Form  |  1999-08-13  |  1KB  |  44 lines

  1. VERSION 5.00
  2. Begin VB.Form frmFind 
  3.    BackColor       =   &H80000012&
  4.    BorderStyle     =   1  'Fixed Single
  5.    Caption         =   "Find"
  6.    ClientHeight    =   2010
  7.    ClientLeft      =   4335
  8.    ClientTop       =   2550
  9.    ClientWidth     =   2355
  10.    ForeColor       =   &H00000000&
  11.    Icon            =   "frmFind.frx":0000
  12.    LinkTopic       =   "Form1"
  13.    MaxButton       =   0   'False
  14.    MinButton       =   0   'False
  15.    ScaleHeight     =   2010
  16.    ScaleWidth      =   2355
  17.    Begin VB.CommandButton cmdDone 
  18.       Caption         =   "Done"
  19.       Height          =   375
  20.       Left            =   120
  21.       TabIndex        =   1
  22.       Top             =   1440
  23.       Width           =   1935
  24.    End
  25.    Begin VB.Label Label1 
  26.       BackColor       =   &H80000012&
  27.       Caption         =   $"frmFind.frx":08CA
  28.       ForeColor       =   &H000000FF&
  29.       Height          =   1335
  30.       Left            =   120
  31.       TabIndex        =   0
  32.       Top             =   120
  33.       Width           =   2055
  34.    End
  35. Attribute VB_Name = "frmFind"
  36. Attribute VB_GlobalNameSpace = False
  37. Attribute VB_Creatable = False
  38. Attribute VB_PredeclaredId = True
  39. Attribute VB_Exposed = False
  40. Private Sub cmdDone_Click()
  41.     frmFind.Hide
  42.     frmEdit.Show
  43. End Sub
  44.